home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / demo.dxr / Internal_126_goto12c.ls < prev    next >
Encoding:
Text File  |  2003-01-01  |  144 b   |  10 lines

  1. on mouseWithin
  2.   go("p12c")
  3.   cursor([member("open hand cursor"), member("open hand mask")])
  4. end
  5.  
  6. on mouseLeave
  7.   go("p12RET")
  8.   cursor(-1)
  9. end
  10.